home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / asteroid_rain.swf / scripts / DefineSprite_153 / frame_1 / DoAction.as
Text File  |  2006-07-26  |  240b  |  22 lines

  1. rand = random("6");
  2. if(rand == "1")
  3. {
  4.    gotoAndPlay(7);
  5. }
  6. if(rand == "2")
  7. {
  8.    gotoAndPlay(11);
  9. }
  10. if(rand == "3")
  11. {
  12.    gotoAndPlay(14);
  13. }
  14. if(rand == "4")
  15. {
  16.    gotoAndPlay(22);
  17. }
  18. if(rand == "5")
  19. {
  20.    gotoAndPlay(28);
  21. }
  22.